home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld 1995 November
/
Macworld Nov ’95.toast
/
Developers
/
Gamma Fade v1.1.3
/
Test App
/
main.c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1992-12-16
|
159 b
|
16 lines
|
[
TEXT/KAHL
]
#include "about.h"
main() {
InitGraf(&thePort);
InitFonts();
InitWindows();
InitMenus();
TEInit();
InitDialogs(0);
doAboutBox();
ExitToShell();
}